iT邦幫忙

第 11 屆 iThome 鐵人賽

DAY 4
0
自我挑戰組

Python自主學習系列 第 4

Day4---Python的資料型態

  • 分享至 

  • xImage
  •  

今天要介紹的是Python資料型態:

  1. int整數:
  2. float浮點數:
    https://ithelp.ithome.com.tw/upload/images/20190920/201209028xvkxhJqmr.png
  3. String字串:
    https://ithelp.ithome.com.tw/upload/images/20190920/20120902OQ6gkqxJDU.png
  4. boolean布林值: True/False條件判斷
    https://ithelp.ithome.com.tw/upload/images/20190920/20120902gAn7G93Dec.png

  1. list可變列表: 儲存一系列序列資料(可以儲存不同資料型別)
    https://ithelp.ithome.com.tw/upload/images/20190920/20120902GekCYcyISb.png
  2. tuple固定列表: 與list大致相同,但是tuple無法改變輸入元素
    https://ithelp.ithome.com.tw/upload/images/20190920/20120902yikHhAPLCa.png
  3. set集合: 與上面兩者的差異在於,順序是不固定的
    https://ithelp.ithome.com.tw/upload/images/20190920/20120902vyoURSJuOr.png
  4. dictionary字典: 一個key鍵值來對應想儲存的value值
    https://ithelp.ithome.com.tw/upload/images/20190920/20120902yilJl77YLW.png

再來介紹一點簡易的變數:
變數可以用來儲存資料的自訂名稱-
https://ithelp.ithome.com.tw/upload/images/20190920/20120902NC4HUSFOXD.png
還可以用同一個變數放多個不同的資料-
https://ithelp.ithome.com.tw/upload/images/20190920/20120902gQT3F83OK7.png


上一篇
Day3---Python簡易操作
下一篇
Day5---Python的基本運算
系列文
Python自主學習30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言